*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;box-sizing: border-box;}
body{min-width: 1440px;}
img{vertical-align: middle;max-width: 100%;}
/*公共头部*/
.block h2.title{font-size: 30px;color: #333333;padding-bottom: 8px;position: relative;text-align: center;}
.block p.sub-title{font-size: 14px;color: #999999;text-align: center;}
.block h2.title:after{display: block;content: "";position: absolute;width: 70px;height: 3px;background: #4c80e7;bottom: -30px;left: 50%;transform: translateX(-50%);}
/*资讯*/
.news{width: 100%;height: auto;overflow: hidden;padding: 90px 0 80px;}
.news .items{width: 100%;height: auto;overflow: hidden;}
.news .items ul{width: 1450px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.news .items ul li{width: 48.5%;height:200px;background: rgba(255,255,255,.9);margin-bottom: 40px;}
.news .items ul li a{display: block;width: 100%;height: 100%;display: flex;align-items: center;transition: all .3s;}
.news .items ul li a:hover{transform: translateY(-5px);transition: all .3s;}
.news .items ul li a:hover .items-r .title{color: #4c80e7;}
.news .items ul li .items-l {width: 200px;height: 130px;flex-shrink: 0;}
.news .items ul li .items-l img{display: inline-block;width: 100%;height: 100%;}
.news .items ul li .items-r{padding-left: 10px;}
.news .items ul li .items-r .title{font-size: 18px;color: #333333;padding-bottom: 10px;}
.news .items ul li .items-r .time{font-size: 12px;color: #999999;padding-bottom: 10px;}
.news .items ul li .items-r .desc{font-size: 14px;color: #666666;line-height: 20px;}
.news .more{text-align: center;}
.news .more a{display: inline-block;width: 120px;height: 34px;border: 1px solid #4c80e7;background: #4c80e7;border-radius: 3px;line-height: 34px;text-align: center;font-size: 14px;color: #FFFFFF;margin: 20px 0;}
/*按钮动画效果*/
.btn{transition: all .3s;}
.btn:hover{transform: scale(0.9);transition: all .3s;}
